home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.coat == 0)
- {
- if(_root.micon._currentframe == 2)
- {
- _root.coatlook = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "It seems to be a coat rack with a trench coat that looks very much like Principle Hoggard\'s.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true && _root.coatlook == 1)
- {
- _root.coat = 1;
- _root.sfx.gotoAndStop(3);
- _root.take = 57;
- _root.next_dis1 = 2;
- _root.next_txt1 = "This should be very handy!";
- }
- }
- else
- {
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It\'s a boring coat rack.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t need a coat rack.";
- }
- }
- }
- }
-